home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / COMBOBOX.PAK / COMBOBOX.RH < prev    next >
Text File  |  1997-05-06  |  754b  |  23 lines

  1. // ---------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (C) 1991, 1995 by Borland International, All Rights Reserved
  4. // ---------------------------------------------------------------------------
  5.  
  6. // Menu resource id
  7. #define IDM_COMBOBOX         1000
  8.  
  9. // Menu item ids.
  10. #define CM_SIMPLE             101
  11. #define CM_DROPDOWN           102
  12. #define CM_DROPDOWN_LIST      103
  13. #define CM_ADD_STRING         104
  14. #define CM_ADD_STRING_AT      105
  15. #define CM_FIND_STRING        107
  16. #define CM_FIND_STRING_AT     108
  17. #define CM_DELETE_STRING      109
  18. #define CM_DELETE_STRING_AT   110
  19. #define CM_CLEAR              111
  20. #define CM_SHOW_LIST          112
  21. #define CM_HIDE_LIST          113
  22.  
  23.